home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / AppKit.framework / Versions / B / Resources / Italian.lproj / SavePanel.strings < prev    next >
Encoding:
Text (UTF-16)  |  1996-08-29  |  2.0 KB  |  42 lines

  1. /* ALERT */
  2. /* Title */
  3. "Nonexistent path" = "Percorso non esistente";
  4. /* Message */
  5. "The path %@ does not exist, create it?" = "Il percorso %@ non esiste. Crearlo?";
  6. /* Default Button */
  7. "Create" = "Crea";
  8. /* Alternate Button */
  9. "Cancel" = "Annulla";
  10.  
  11. /* ALERT */
  12. /* Message */
  13. "Couldn't create path." = "Impossibile creare il percorso";
  14.  
  15. /* ALERT */
  16. /* Title */
  17. "Unknown User Name" = "Nome di utente sconosciuto";
  18. /* Message */
  19. "No such user" = "Utente sconosciuto";
  20.  
  21. /* ALERT */
  22. /* Title */
  23. "Bad path" = "Percorso errato";
  24. /* Message */
  25. "%@ is not a directory!" = "%@ non è una directory";
  26.  
  27.  
  28. /* Title of the SavePanel. */
  29. "Save" = "Salva";
  30.  
  31. /* The first argument is the filename, the second argument is the directory. */
  32. "The file %1$@ in %2$@ exists. Replace it?" = "Il file %1$@ in %2$@ esiste già. Vuoi sostituirlo?";
  33.  
  34. /* Button user chooses to overwrite an existing file. */
  35. "Replace" = "Sostituisci";
  36.  
  37. /* Prompt of the SavePanel. */
  38. "Name:" = "Nome:";
  39.  
  40. /* The title of the OpenPanel. */
  41. "Open" = "Apri";
  42.